home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Shareware / xStarter 1.8.8 / setup.exe / {app} / xStartUI.exe / 0 / RCDATA / TROLEUSERFORM / TROLEUSERFORM.txt
Text File  |  2007-06-06  |  3KB  |  172 lines

  1. object RoleUserForm: TRoleUserForm
  2.   Left = 410
  3.   Top = 282
  4.   ActiveControl = edName
  5.   BorderStyle = bsDialog
  6.   Caption = 'RoleUserForm'
  7.   ClientHeight = 200
  8.   ClientWidth = 368
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   KeyPreview = True
  12.   OldCreateOrder = False
  13.   OnKeyDown = FormKeyDown
  14.   DesignSize = (
  15.     368
  16.     200)
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 0
  21.     Top = 156
  22.     Width = 368
  23.     Height = 3
  24.     Align = alBottom
  25.     Shape = bsBottomLine
  26.   end
  27.   object lbName: TElLabel
  28.     Left = 15
  29.     Top = 28
  30.     Width = 28
  31.     Height = 13
  32.     Caption = 'Name'
  33.   end
  34.   object lbRole: TElLabel
  35.     Left = 15
  36.     Top = 60
  37.     Width = 22
  38.     Height = 13
  39.     Caption = 'Role'
  40.     Visible = False
  41.   end
  42.   object lbPassword: TLabel
  43.     Left = 14
  44.     Top = 92
  45.     Width = 46
  46.     Height = 13
  47.     Caption = 'Password'
  48.     FocusControl = edPasswrod
  49.     Visible = False
  50.   end
  51.   object lbConPass: TLabel
  52.     Left = 14
  53.     Top = 118
  54.     Width = 83
  55.     Height = 13
  56.     Caption = 'Confirm password'
  57.     FocusControl = edConfPassword
  58.     Visible = False
  59.   end
  60.   object Panel1: TPanel
  61.     Left = 0
  62.     Top = 159
  63.     Width = 368
  64.     Height = 41
  65.     Align = alBottom
  66.     BevelOuter = bvNone
  67.     TabOrder = 2
  68.     DesignSize = (
  69.       368
  70.       41)
  71.     object btOk: TElPopupButton
  72.       Left = 144
  73.       Top = 8
  74.       Width = 105
  75.       Height = 25
  76.       DrawDefaultFrame = False
  77.       Caption = 'OK'
  78.       TabOrder = 0
  79.       OnClick = btOkClick
  80.       Anchors = [akRight, akBottom]
  81.     end
  82.     object btCancel: TElPopupButton
  83.       Left = 253
  84.       Top = 8
  85.       Width = 105
  86.       Height = 25
  87.       DrawDefaultFrame = False
  88.       ModalResult = 2
  89.       Caption = 'Cancel'
  90.       TabOrder = 1
  91.       Anchors = [akRight, akBottom]
  92.     end
  93.     object btHelp: TElPopupButton
  94.       Left = 8
  95.       Top = 8
  96.       Width = 113
  97.       Height = 25
  98.       ImageIndex = 14
  99.       UseImageList = True
  100.       Images = TrayForm.ilMain
  101.       DrawDefaultFrame = False
  102.       Caption = 'Help'
  103.       TabOrder = 2
  104.       Visible = False
  105.       Anchors = [akLeft, akBottom]
  106.     end
  107.   end
  108.   object edName: TElEdit
  109.     Left = 152
  110.     Top = 24
  111.     Width = 200
  112.     Height = 21
  113.     Flat = True
  114.     LineBorderActiveColor = clBlack
  115.     LineBorderInactiveColor = clBlack
  116.     Anchors = [akLeft, akTop, akRight]
  117.     TabOrder = 0
  118.   end
  119.   object cbRoles: TElComboBox
  120.     Left = 152
  121.     Top = 56
  122.     Width = 200
  123.     Height = 21
  124.     Cursor = crIBeam
  125.     Style = csDropDownList
  126.     ItemHeight = 13
  127.     Flat = True
  128.     LineBorderActiveColor = clBlack
  129.     LineBorderInactiveColor = clBlack
  130.     TabOrder = 1
  131.     ParentColor = False
  132.     Visible = False
  133.     Anchors = [akLeft, akTop, akRight]
  134.   end
  135.   object edPasswrod: TElEdit
  136.     Left = 217
  137.     Top = 89
  138.     Width = 135
  139.     Height = 21
  140.     Hint = 'Name'
  141.     PasswordChar = '*'
  142.     Flat = True
  143.     LineBorderActiveColor = clBlack
  144.     LineBorderInactiveColor = clBlack
  145.     Anchors = [akLeft, akTop, akRight]
  146.     TabOrder = 3
  147.     Visible = False
  148.   end
  149.   object edConfPassword: TElEdit
  150.     Left = 217
  151.     Top = 115
  152.     Width = 135
  153.     Height = 21
  154.     Hint = 'Name'
  155.     PasswordChar = '*'
  156.     Flat = True
  157.     LineBorderActiveColor = clBlack
  158.     LineBorderInactiveColor = clBlack
  159.     Anchors = [akLeft, akTop, akRight]
  160.     TabOrder = 4
  161.     Visible = False
  162.   end
  163.   object ElFormPersist1: TElFormPersist
  164.     Storage = TrayForm.ElIniFile1
  165.     PersistOptions = [epoState, epoPosition]
  166.     TopMost = False
  167.     Left = 96
  168.     Top = 16
  169.     PropsToStore = {00000000}
  170.   end
  171. end
  172.